This is the state of the game at the beginning
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A5 | 1 | flying_hive_tryant | control | E-ratic Pupil |
| chris | A5 | 2 | flying_hive_tryant | control | Violent Hunter |
| chris | A5 | 3 | broodlord | control | Judith Sherman |
| chris | A5 | 4 | broodlord | control | John Hill |
| chris | A5 | 5 | neurothrope | control | Wicked Professional |
| chris | A5 | 6 | tyranid_warriors | control | Levi Colon |
| chris | A5 | 7 | tyranid_warriors | control | Gabriella Wallace |
| chris | A5 | 8 | tyranid_warriors | control | Sarah Mills |
| chris | A5 | 9 | genestealers | control | Robert Woods |
| chris | A5 | 10 | genestealers | control | Max Martin |
| chris | A5 | 11 | termagants | control | Bentley Fields |
| chris | A5 | 12 | hormagaunts | control | Brooke Camacho |
| chris | A5 | 13 | ripper_swarms | control | Luke Clarke |
| chris | A5 | 14 | ripper_swarms | control | Nate Silver |
| chris | A5 | 15 | ripper_swarms | control | John Pratt |
| chris | A5 | 16 | hive_guard | control | Aidan Griffin |
| chris | A5 | 17 | maleceptor | control | Sara Maldonado |
| chris | A5 | 18 | venomthropes | control | Elias Davis |
| chris | A5 | 19 | raveners | control | John Hick |
| chris | A5 | 20 | gargoyles | control | Annoyin’ Knight |
| chris | A5 | 21 | gargoyles | control | Andy Oram |
| chris | A5 | 22 | exocrine | control | Rylee Simon |
| chris | A5 | 23 | biovores | control | Tristan Webster |
| chris | A5 | 24 | biovores | control | Charlotte Alexander |
| chris | A5 | 25 | tyrannocyte | control | Shashi Tharoor Wolfe |
Players change their maps (making orders)
modify_unit("chris", c(6, 13), "move","A2")
modify_unit("chris", c(5, 7, 8, 12, 23), "move","A3")
modify_unit("chris", 1, "move","A4")
modify_unit("chris", c(10, 14, 24), "move","A6")
modify_unit("chris", c(3, 9, 17, 18, 22), "move","A7")
modify_unit("chris", 2, "move", c("A6", "A8"))
modify_unit("chris", 19, "move",c("B7", "B10"))
modify_unit("chris", 21, "move", c("B9", "B11"))
modify_unit("chris", c(4, 15), "move","B7")
modify_unit("chris", 20, "move", c("A7", "E1"))
modify_unit("chris", c(11, 16, 25), "control","A5")
## All units resolved.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A2 | 6 | tyranid_warriors | move | Levi Colon |
| chris | A2 | 13 | ripper_swarms | move | Luke Clarke |
| chris | A3 | 5 | neurothrope | move | Wicked Professional |
| chris | A3 | 7 | tyranid_warriors | move | Gabriella Wallace |
| chris | A3 | 8 | tyranid_warriors | move | Sarah Mills |
| chris | A3 | 12 | hormagaunts | move | Brooke Camacho |
| chris | A3 | 23 | biovores | move | Tristan Webster |
| chris | A4 | 1 | flying_hive_tryant | move | E-ratic Pupil |
| chris | A5 | 11 | termagants | control | Bentley Fields |
| chris | A5 | 16 | hive_guard | control | Aidan Griffin |
| chris | A5 | 25 | tyrannocyte | control | Shashi Tharoor Wolfe |
| chris | A6 | 10 | genestealers | move | Max Martin |
| chris | A6 | 14 | ripper_swarms | move | Nate Silver |
| chris | A6 | 24 | biovores | move | Charlotte Alexander |
| chris | A7 | 3 | broodlord | move | Judith Sherman |
| chris | A7 | 9 | genestealers | move | Robert Woods |
| chris | A7 | 17 | maleceptor | move | Sara Maldonado |
| chris | A7 | 18 | venomthropes | move | Elias Davis |
| chris | A7 | 22 | exocrine | move | Rylee Simon |
| chris | A8 | 2 | flying_hive_tryant | move | Violent Hunter |
| chris | B10 | 19 | raveners | move | John Hick |
| chris | B11 | 21 | gargoyles | move | Andy Oram |
| chris | B7 | 4 | broodlord | move | John Hill |
| chris | B7 | 15 | ripper_swarms | move | John Pratt |
| chris | E1 | 20 | gargoyles | move | Annoyin’ Knight |
| eric | E4 | 21 | canoptek_scarab_swarms | move | U Raekwon |
Players change their maps (making orders)
modify_unit("chris", c(6), "move","A4")
modify_unit("chris", c(13), "control","A2")
modify_unit("chris", c(5, 12, 23), "move","B2")
modify_unit("chris", c(7, 8), "control","A3")
modify_unit("chris", 1, "move", c("A6", "A8"))
modify_unit("chris", c(14), "control","A6")
modify_unit("chris", c(10, 24), "move","A8")
modify_unit("chris", c(3,17, 18, 22), "move","B9")
modify_unit("chris", c(9), "control","A7")
modify_unit("chris", 2, "move", "E1")
modify_unit("chris", 19, "move", c("B11", "E1"))
modify_unit("chris", 21, "move","B6")
modify_unit("chris", 4, "move","B8")
modify_unit("chris", 15, "move","B9")
modify_unit("chris", 20, "move", c("B11", "E2"))
modify_unit("chris", 11, "move","B7")
modify_unit("chris", c(16, 25), "control","A5")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| chris | A2 | 13 | ripper_swarms | control | Luke Clarke | ||
| chris | A3 | 7 | tyranid_warriors | control | Gabriella Wallace | ||
| chris | A3 | 8 | tyranid_warriors | control | Sarah Mills | ||
| chris | A4 | 6 | tyranid_warriors | move | Levi Colon | ||
| chris | A5 | 16 | hive_guard | control | Aidan Griffin | ||
| chris | A5 | 25 | tyrannocyte | control | Shashi Tharoor Wolfe | ||
| chris | A6 | 14 | ripper_swarms | control | Nate Silver | ||
| chris | A6 | 1 | flying_hive_tryant | move | E-ratic Pupil | TRUE | |
| chris | A7 | 9 | genestealers | control | Robert Woods | ||
| chris | A8 | 1 | flying_hive_tryant | move | E-ratic Pupil | TRUE | |
| chris | A8 | 10 | genestealers | move | Max Martin | TRUE | |
| chris | A8 | 24 | biovores | move | Charlotte Alexander | TRUE | |
| eric | A8 | 21 | canoptek_scarab_swarms | move | U Raekwon | TRUE | |
| big_grizz | B1 | 10 | ravenwing_bike_squad | move | Shah Rukh Khan | TRUE | |
| big_grizz | B1 | 11 | ravenwing_attack_bike | move | Elizabeth Taylor | TRUE | |
| big_grizz | B1 | 12 | ravenwing_attack_bike | move | John Ratzenberger | TRUE | |
| big_grizz | B1 | 16 | ravenwing_apothecary | move | Warwick Davis | TRUE | |
| chris | B11 | 19 | raveners | move | John Hick | TRUE | |
| chris | B11 | 20 | gargoyles | move | Annoyin’ Knight | TRUE | |
| chris | B2 | 5 | neurothrope | move | Wicked Professional | ||
| chris | B2 | 12 | hormagaunts | move | Brooke Camacho | ||
| chris | B2 | 23 | biovores | move | Tristan Webster | ||
| chris | B6 | 21 | gargoyles | move | Andy Oram | ||
| chris | B7 | 11 | termagants | move | Bentley Fields | ||
| chris | B8 | 4 | broodlord | move | John Hill | ||
| chris | B9 | 3 | broodlord | move | Judith Sherman | ||
| chris | B9 | 15 | ripper_swarms | move | John Pratt | ||
| chris | B9 | 17 | maleceptor | move | Sara Maldonado | ||
| chris | B9 | 18 | venomthropes | move | Elias Davis | ||
| chris | B9 | 22 | exocrine | move | Rylee Simon | ||
| big_grizz | C1 | 1 | ravenwing_talonmaster | move | Chris Evans | TRUE | |
| chris | E1 | 2 | flying_hive_tryant | move | Violent Hunter | TRUE | |
| chris | E1 | 19 | raveners | move | John Hick | TRUE | |
| eric | E1 | 21 | canoptek_scarab_swarms | move | U Raekwon | TRUE | TRUE |
| chris | E2 | 20 | gargoyles | move | Annoyin’ Knight | ||
| eric | E3 | 20 | canoptek_scarab_swarms | move | Zexy Destroyer | ||
| eric | E4 | 20 | canoptek_scarab_swarms | move | Zexy Destroyer | TRUE |
## All units resolved.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A2 | 13 | ripper_swarms | control | Luke Clarke |
| chris | A3 | 7 | tyranid_warriors | control | Gabriella Wallace |
| chris | A3 | 8 | tyranid_warriors | control | Sarah Mills |
| chris | A4 | 6 | tyranid_warriors | move | Levi Colon |
| chris | A5 | 16 | hive_guard | control | Aidan Griffin |
| chris | A5 | 25 | tyrannocyte | control | Shashi Tharoor Wolfe |
| chris | A6 | 14 | ripper_swarms | control | Nate Silver |
| chris | A7 | 9 | genestealers | control | Robert Woods |
| chris | A8 | 1 | flying_hive_tryant | move | E-ratic Pupil |
| chris | A8 | 10 | genestealers | move | Max Martin |
| chris | A8 | 24 | biovores | move | Charlotte Alexander |
| chris | B2 | 5 | neurothrope | move | Wicked Professional |
| chris | B2 | 12 | hormagaunts | move | Brooke Camacho |
| chris | B2 | 23 | biovores | move | Tristan Webster |
| chris | B6 | 21 | gargoyles | move | Andy Oram |
| chris | B7 | 11 | termagants | move | Bentley Fields |
| chris | B8 | 4 | broodlord | move | John Hill |
| chris | B9 | 3 | broodlord | move | Judith Sherman |
| chris | B9 | 15 | ripper_swarms | move | John Pratt |
| chris | B9 | 17 | maleceptor | move | Sara Maldonado |
| chris | B9 | 18 | venomthropes | move | Elias Davis |
| chris | B9 | 22 | exocrine | move | Rylee Simon |
| chris | E1 | 2 | flying_hive_tryant | move | Violent Hunter |
| chris | E1 | 19 | raveners | move | John Hick |
| chris | E2 | 20 | gargoyles | move | Annoyin’ Knight |
| eric | E3 | 20 | canoptek_scarab_swarms | move | Zexy Destroyer |
Players change their maps (making orders)
modify_unit("chris", c(20), "defend", "E2")
modify_unit("chris", c(5, 23), "defend", "B2")
modify_unit("chris", c(16, 25), "defend", "A5")
modify_unit("chris", 3, "sneak", "B11")
modify_unit("chris", c(1,17,18) , "move", "B11")
modify_unit("chris", 2, "move", "E2")
modify_unit("chris", c(4) , "sneak", "B2")
modify_unit("chris", c(7) , "move", "B2")
modify_unit("chris", 6, "move", "A1")
modify_unit("chris", 8, "move", "B5")
modify_unit("chris", 9, "sneak", "B9")
modify_unit("chris", c(10) , "sneak", "E1")
modify_unit("chris", c(24) , "move", "E1")
modify_unit("chris", 11, "control", "B7")
modify_unit("chris", 12, "control", "B2")
modify_unit("chris", 13, "move", "A4")
modify_unit("chris", 14, "move", "A1")
modify_unit("chris", 15, "control", "B9")
modify_unit("chris", 19, "move", "E3")
modify_unit("chris", 21, "move", "B3")
modify_unit("chris", 22, "move", "B7")
modify_unit("chris", "B3", "move","B2")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| chris | A1 | 6 | tyranid_warriors | move | Levi Colon | ||
| chris | A1 | 14 | ripper_swarms | move | Nate Silver | ||
| chris | A4 | 13 | ripper_swarms | move | Luke Clarke | ||
| chris | A5 | 16 | hive_guard | defend | Aidan Griffin | ||
| chris | A5 | 25 | tyrannocyte | defend | Shashi Tharoor Wolfe | ||
| big_grizz | B1 | 1 | ravenwing_talonmaster | move | Chris Evans | TRUE | |
| big_grizz | B1 | 10 | ravenwing_bike_squad | move | Shah Rukh Khan | TRUE | |
| big_grizz | B1 | 11 | ravenwing_attack_bike | move | Elizabeth Taylor | TRUE | |
| big_grizz | B1 | 12 | ravenwing_attack_bike | move | John Ratzenberger | TRUE | |
| big_grizz | B1 | 16 | ravenwing_apothecary | move | Warwick Davis | TRUE | |
| chris | B11 | 1 | flying_hive_tryant | move | E-ratic Pupil | ||
| chris | B11 | 17 | maleceptor | move | Sara Maldonado | ||
| chris | B11 | 18 | venomthropes | move | Elias Davis | ||
| chris | B11 | 3 | broodlord | sneak | Judith Sherman | ||
| chris | B2 | 12 | hormagaunts | control | Brooke Camacho | ||
| chris | B2 | 5 | neurothrope | defend | Wicked Professional | ||
| chris | B2 | 23 | biovores | defend | Tristan Webster | ||
| chris | B2 | 7 | tyranid_warriors | move | Gabriella Wallace | ||
| chris | B2 | 4 | broodlord | sneak | John Hill | ||
| big_grizz | B3 | 1 | ravenwing_talonmaster | move | Chris Evans | TRUE | |
| big_grizz | B3 | 10 | ravenwing_bike_squad | move | Shah Rukh Khan | TRUE | |
| big_grizz | B3 | 11 | ravenwing_attack_bike | move | Elizabeth Taylor | TRUE | |
| big_grizz | B3 | 12 | ravenwing_attack_bike | move | John Ratzenberger | TRUE | |
| big_grizz | B3 | 16 | ravenwing_apothecary | move | Warwick Davis | TRUE | |
| chris | B3 | 21 | gargoyles | move | Andy Oram | TRUE | |
| chris | B5 | 8 | tyranid_warriors | move | Sarah Mills | ||
| chris | B7 | 11 | termagants | control | Bentley Fields | ||
| chris | B7 | 22 | exocrine | move | Rylee Simon | ||
| chris | B9 | 15 | ripper_swarms | control | John Pratt | ||
| chris | B9 | 9 | genestealers | sneak | Robert Woods | ||
| chris | E1 | 24 | biovores | move | Charlotte Alexander | ||
| chris | E1 | 10 | genestealers | sneak | Max Martin | ||
| chris | E2 | 20 | gargoyles | defend | Annoyin’ Knight | ||
| chris | E2 | 2 | flying_hive_tryant | move | Violent Hunter | ||
| chris | E3 | 19 | raveners | move | John Hick | ||
| eric | E4 | 20 | canoptek_scarab_swarms | move | Zexy Destroyer |
## All units resolved.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A1 | 6 | tyranid_warriors | move | Levi Colon |
| chris | A1 | 14 | ripper_swarms | move | Nate Silver |
| chris | A4 | 13 | ripper_swarms | move | Luke Clarke |
| chris | A5 | 16 | hive_guard | defend | Aidan Griffin |
| chris | A5 | 25 | tyrannocyte | defend | Shashi Tharoor Wolfe |
| chris | B11 | 1 | flying_hive_tryant | move | E-ratic Pupil |
| chris | B11 | 17 | maleceptor | move | Sara Maldonado |
| chris | B11 | 18 | venomthropes | move | Elias Davis |
| chris | B11 | 3 | broodlord | sneak | Judith Sherman |
| chris | B2 | 12 | hormagaunts | control | Brooke Camacho |
| chris | B2 | 5 | neurothrope | defend | Wicked Professional |
| chris | B2 | 23 | biovores | defend | Tristan Webster |
| chris | B2 | 7 | tyranid_warriors | move | Gabriella Wallace |
| chris | B2 | 21 | gargoyles | move | Andy Oram |
| chris | B2 | 4 | broodlord | sneak | John Hill |
| big_grizz | B3 | 1 | ravenwing_talonmaster | move | Chris Evans |
| big_grizz | B3 | 10 | ravenwing_bike_squad | move | Shah Rukh Khan |
| big_grizz | B3 | 11 | ravenwing_attack_bike | move | Elizabeth Taylor |
| big_grizz | B3 | 12 | ravenwing_attack_bike | move | John Ratzenberger |
| big_grizz | B3 | 16 | ravenwing_apothecary | move | Warwick Davis |
| chris | B5 | 8 | tyranid_warriors | move | Sarah Mills |
| chris | B7 | 11 | termagants | control | Bentley Fields |
| chris | B7 | 22 | exocrine | move | Rylee Simon |
| chris | B9 | 15 | ripper_swarms | control | John Pratt |
| chris | B9 | 9 | genestealers | sneak | Robert Woods |
| chris | E1 | 24 | biovores | move | Charlotte Alexander |
| chris | E1 | 10 | genestealers | sneak | Max Martin |
| chris | E2 | 20 | gargoyles | defend | Annoyin’ Knight |
| chris | E2 | 2 | flying_hive_tryant | move | Violent Hunter |
| chris | E3 | 19 | raveners | move | John Hick |
| eric | E4 | 20 | canoptek_scarab_swarms | move | Zexy Destroyer |
Players change their maps (making orders)
## All units resolved.
CONFLICT! column where relevant in your table. Plus, now you can only see the battles you’re involved with.